home *** CD-ROM | disk | FTP | other *** search
/ Commodore Free 27 / Commodore_Free_Issue_27_2009_Commodore_Computer_Club.d64 / vice 2 < prev    next >
Text File  |  2023-02-26  |  5KB  |  215 lines

  1. ..
  2.  
  3.  
  4. VICE 2.1 released
  5.  
  6. VICE is the Versatile Commodore
  7. Emulator, it emulates the C64, C128,
  8. VIC20, PET, PLUS4 & CBM-II, as well as
  9. the C64 DTV. It runs on Win32, Mac OS
  10. X, Unix, DOS, RiscOS, OS/2, BeOS, QNX,
  11. SkyOS, AmigaOS and GP2X systems.
  12.  
  13. VICE is *free* software released under
  14. the GNU General Public License, & as
  15. such it comes with full source code.
  16.  
  17. Most important Changes in VICE 2.1
  18. include:
  19.  
  20. * General
  21.  
  22. - The VICEplus project has been joined
  23.  with VICE. Thus, x64dtv is now part
  24.  of VICE.
  25. - We can be contacted via IRC:
  26.  #vice-dev on freenode
  27. - Added a more accurate ReSID engine
  28.  using floating point math (ReSID-FP)
  29. - Added support for the USB HardSID
  30. - PAL emulation has been rewritten &
  31.  optimized
  32. - Fixed the ACIA 6551 emulation
  33.  (x64/x128/xcbm2/xpet/xplus4)
  34. - Monitor commands help text is now
  35.  translated to (in ports where
  36.  translation is available at all)
  37. - Monitor IO command now displays IO
  38.  area even if it is currently banked
  39.  out.
  40. - GCR file handling (.G64) issues an
  41.  error message if the .G64 does not
  42.  have the expected structure. Before,
  43.  VICE just silently ignored such files
  44. - IRQ handling fix
  45.  
  46. C64/C128 changes
  47.  
  48. - Fixed digimax sound generation
  49. - Added the RR clock port disable
  50.  functionality at $DF00.0. Allows to
  51.  disable the RRnet
  52. - Improved REU compatibility & timing
  53.  
  54. C64 changes
  55.  
  56. - Added isepic cartridge emulation
  57. - Added Double Quick Brown Box
  58.  cartridge emulation
  59.  
  60. VIC20 changes
  61.  
  62. - Improved sound emulation
  63. - Fixed the lowest note bug
  64. - Improved VIC emulation (exact in-
  65.  line colour/reverse mode changes)
  66.  
  67. C64DTV changes
  68.  
  69. - New emulator
  70.  
  71. Unix changes
  72.  
  73. - XRandR full screen implemented
  74. - Command line option -full screen' is
  75.  supposed to do something useful
  76. - Vsync code imported from win32
  77.  (based on openGL extension). See
  78.  also doc/openGLsync-howto.txt
  79. - Vidmode (full screen support) is
  80.  broken & therefore marked as
  81.  depreciated. It will be removed in
  82.  the next release if no-one takes
  83.  responsibility to fix the broken code
  84.  & is willing to maintain the code
  85. - PAL Emulation (new implementation,
  86.  improved speed) should be usable
  87.  again (it was broken on certain
  88.  display depths)
  89. - Log messages are always English
  90. - Only x11 keymaps will be installed
  91.  when doing a 'make install'
  92. - MIDI cartridge emulation for x128,
  93.  x64 & xVIC
  94.  
  95. MS-Windows changes
  96.  
  97. - Watcom generated executables are
  98.  more optimized
  99. - MIDI cartridge emulation for x128,
  100.  x64 & xVIC
  101. - When specifying the target for the
  102.  RS232 communication (Menu Settings/
  103.  RS232 Settings), the target can be
  104.  specified by name now. Before, you
  105.  had to use the IP address
  106. - Fixed some minor errors with the
  107.  RS232 communication via TCP
  108.  connections
  109. - RS232 can use real devices now, too
  110.  To use this feature, you have to
  111.  specify the COM port used in
  112.  Settings/RS232 Settings like:
  113.   \\.\com1: baud=57600 parity=N
  114.    data=8 stop=1
  115.  The characters after the colon can be
  116.  used to specify additional settings
  117.  for the COM port. The string must
  118.  have the same form as the mode
  119.  command's command-line arguments:
  120.   [baud=b][parity=p][data=d][stop=s]
  121.   [to={SHIFT-+}on{CBM--}off{SHIFT--}][xon={SHIFT-+}on{CBM--}off{SHIFT--}]
  122.   [odsr={SHIFT-+}on{CBM--}off{SHIFT--}][octs={SHIFT-+}on{CBM--}off{SHIFT--}]
  123.   [dtr={SHIFT-+}on{CBM--}off{CBM--}hs{SHIFT--}]
  124.   [rts={SHIFT-+}on{CBM--}off{CBM--}hs{CBM--}tg{SHIFT--}][idsr={SHIFT-+}on{CBM--}off{SHIFT--}]
  125.   The above example specifies COM1
  126.   with baud rate of 57600, no parity,
  127.   8 data bits & 1 stop bit.
  128.  
  129.  Note that the leading \\.\ is used
  130.  to distinguish between TCP/IP
  131.  targets & real devices, thus, you
  132.  have to use it,
  133.  
  134.   (Sorry, no fancy UI yet)
  135.  
  136. - vsid GUI reworked:
  137.  * infoline appears only by
  138.   pressing "I"
  139.  * raises process priority.
  140.   Otherwise, when in background,
  141.   looses CPU power & music is not
  142.   played at correct speed
  143.  * drag & drop support; window also
  144.   gets focus back on drop
  145.  * correct display of emulated SID
  146.   model (when using -keepenv)
  147.  * changed colours
  148.  
  149. - fixed copy function from the VICE
  150.  monitor window
  151.  
  152. AmigaOS changes
  153.  
  154.  
  155.  OS/2 changes
  156.  
  157.  - Fixed 24/32bit display depth
  158.  problem. 
  159.  
  160. GP2X changes
  161.  
  162.  - Fixed black screen problem
  163.  - Pause emulation while the menu is
  164.   open
  165.  - Added experimental support for USB
  166.   keyboard & joystick
  167.  - Removed vsid
  168.  
  169. Mac OS X changes
  170.  
  171. - x64a.app & x64dtv.app (Cocoa) are
  172.  now feature complete
  173.  * added flip lists
  174.  * added netplay dialog
  175.  * added ROM resources
  176.  * added video settings dialog
  177.  * added record snapshot dialog
  178.  
  179. - Introduced new control window that
  180.  replaces old peripherals drawer
  181.  * with tape control buttons
  182.  * attach/eject buttons for each drive
  183.  * drag & drop of disk/tape images
  184.  
  185. - Introduced Cocoa compile for Mac OS
  186.  X 10.5 & greater with more features
  187.  (see extended Resource Inspector)
  188. - Completely rewritten joystick driver
  189.  that supports user-definable buttons
  190.  for fire & all directions
  191. - Copy & Paste support for emulator &
  192.  monitor/log window
  193. - Added x2, x3, x4 view scaling like
  194.  in QuickTime Player
  195. - Store visibility & size of all
  196.  windows in user's preferences
  197. - Added Keyset Joystick toggle to
  198.  quickly disable keyboard joysticks
  199. - Added MIDI support
  200.  
  201. For more information check out the
  202. VICE home page at:
  203.   http://www.viceteam.org/
  204.  
  205. At the time this was written the VICE
  206. home page was not updated yet, rest
  207. assured that it will be updated soon.
  208. In the meantime, please use:
  209.  
  210.   http://vice-emu.sourceforge.net/
  211.  
  212. The VICE team.
  213.  
  214. ..end..
  215.